Skip to main content

IProperty<T>

IProperty<T>

A property of a specific type that can be read and written to a stream.

Properties

value

T value { get; set; }

The property value.